import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
import { HttpTypes, LinkMethodRequest } from "@medusajs/framework/types";
export declare const POST: (req: AuthenticatedMedusaRequest<LinkMethodRequest>, res: MedusaResponse<HttpTypes.AdminCustomerGroupResponse>) => Promise<void>;
//# sourceMappingURL=route.d.ts.map